Get ADL Information
Type GET
Description: /future/user/v1/position/adl
Limit Flow Rules
200/s/apikey
Response Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": [
{
"longQuantile": 0, //long position adl
"shortQuantile": 0, //Short position adl
"symbol": "" //Trading pair
}
],
"returnCode": 0
}